home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # act.to.times [file...] - turn an active file into a active.times file inaccurately
- # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
- . ${NEWSCONFIG-/usr/lib/news/bin/config}
- # export NEWSCTL NEWSBIN NEWSARTS
- PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
- umask $NEWSUMASK
-
- now=`getdate now`
- cat $* | sed "s/ .*/ $now unknown/"
-